* configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Oct 2011 02:40:23 +0000 (19:40 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 24 Oct 2011 02:40:23 +0000 (19:40 -0700)
commit6d10862d677051ab7bdb198cac5c01f0c2108872
tree484cd1d13bb8306549ef8aee5ef34fcde4412d50
parent7ff479bf576c2f87bd933142d7c5ab609c0ddc7f
* configure.in (LIB_PTHREAD): Prepend -lpthread to LIBS (Bug#9852)

if the library is found.  Otherwise, later configure-time tests,
such as the test for pthread_sigmask, generate the wrong results
on some platforms.  Problem reported for FreeBSD by Nali Toja.
ChangeLog
configure.in